Thread.Suspend Method

Puts the thread in a suspended state. The thread will not be allocated any processing cycles, regardless of its assigned Priority.

Syntax

It is "asleep." To wake it up, call the Resume method. If the thread is executing when you call Suspend, it will immediately cause a context switch.